<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/test cases, branch runpython</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>Renamed test dir to avoid number duplicates.</title>
<updated>2017-11-20T18:28:04+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-11-20T18:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=eba69723064325a8b7f25f5f6a099ebd60fa71e8'/>
<id>eba69723064325a8b7f25f5f6a099ebd60fa71e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-static</title>
<updated>2017-11-15T20:51:34+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-11-15T20:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=e51da1a34d3ac2ed23451e05c971720c20aaa064'/>
<id>e51da1a34d3ac2ed23451e05c971720c20aaa064</id>
<content type='text'>
Several fixes to pkg-config dependencies and the pkg-config module (try 3)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several fixes to pkg-config dependencies and the pkg-config module (try 3)</pre>
</div>
</content>
</entry>
<entry>
<title>tests: test getting python module using pkg-config</title>
<updated>2017-11-13T22:07:48+00:00</updated>
<author>
<name>Anonymous Maarten</name>
<email>anonymous.maarten@gmail.com</email>
</author>
<published>2017-11-13T21:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=b715276cc75ffa4873c3bb1e6089a88df60df4f4'/>
<id>b715276cc75ffa4873c3bb1e6089a88df60df4f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2000 from t-chaik/tchaik/wip/get-unquoted</title>
<updated>2017-11-13T20:54:39+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-11-13T20:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=49eb33ff5563e68bc89b399935923b892a99b54f'/>
<id>49eb33ff5563e68bc89b399935923b892a99b54f</id>
<content type='text'>
config data: add .get_unquoted() convenience method to get quoted string unquoted</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
config data: add .get_unquoted() convenience method to get quoted string unquoted</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2579 from thillux/master</title>
<updated>2017-11-13T19:17:41+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2017-11-13T19:17:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=897fd0bd169a5333b8b15af6b6e102ab53fe5cdf'/>
<id>897fd0bd169a5333b8b15af6b6e102ab53fe5cdf</id>
<content type='text'>
Qt5-Module: add `name` option to rcc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qt5-Module: add `name` option to rcc</pre>
</div>
</content>
</entry>
<entry>
<title>dependencies: Use shlex to parse pkg-config cflags and libs</title>
<updated>2017-11-11T17:36:49+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2017-11-03T07:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=65edbf35ef728034a9bf4dfd304e6d42aac384b7'/>
<id>65edbf35ef728034a9bf4dfd304e6d42aac384b7</id>
<content type='text'>
Escaping spaces with '\ ' is the only way that works with both
pkg-config and pkgconf, so quote that way and unquote inside Meson.
This should work on all platforms.

Also fix the unit test to do the same.

https://github.com/pkgconf/pkgconf/issues/153
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Escaping spaces with '\ ' is the only way that works with both
pkg-config and pkgconf, so quote that way and unquote inside Meson.
This should work on all platforms.

Also fix the unit test to do the same.

https://github.com/pkgconf/pkgconf/issues/153
</pre>
</div>
</content>
</entry>
<entry>
<title>dependencies: Add a test for static libs with pkg-config</title>
<updated>2017-11-11T17:09:58+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2017-11-02T11:12:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=4405a1297b2d76849b40843f8456d8c086c46516'/>
<id>4405a1297b2d76849b40843f8456d8c086c46516</id>
<content type='text'>
Demonstrates that pkg-config does not prefer static libs over shared
libs even if we use the `static: true` kwarg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Demonstrates that pkg-config does not prefer static libs over shared
libs even if we use the `static: true` kwarg.
</pre>
</div>
</content>
</entry>
<entry>
<title>llvm: fix static linking</title>
<updated>2017-11-09T19:11:14+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2017-11-08T21:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=1b6a20e7a28dfec5a4e6f9b699490d49c44c9857'/>
<id>1b6a20e7a28dfec5a4e6f9b699490d49c44c9857</id>
<content type='text'>
I left a hack patch in a pull request for LLVM, and the result is that
LLVM doesn't link with static builds. The real problem was that some
distros have pkg-config for tinfo, other's don't, so the correct
solution is to use cpp_compiler.find_library if dependency() fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I left a hack patch in a pull request for LLVM, and the result is that
LLVM doesn't link with static builds. The real problem was that some
distros have pkg-config for tinfo, other's don't, so the correct
solution is to use cpp_compiler.find_library if dependency() fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix qt unity build</title>
<updated>2017-11-09T17:15:42+00:00</updated>
<author>
<name>Markus Theil</name>
<email>markus.theil@tu-ilmenau.de</email>
</author>
<published>2017-11-09T17:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=875b3bbbe46bc9a04f95e305e22380dc8a60af39'/>
<id>875b3bbbe46bc9a04f95e305e22380dc8a60af39</id>
<content type='text'>
Signed-off-by: Markus Theil &lt;markus.theil@tu-ilmenau.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Markus Theil &lt;markus.theil@tu-ilmenau.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: adapted Qt test for multiple rcc files</title>
<updated>2017-11-08T22:10:30+00:00</updated>
<author>
<name>Markus Theil</name>
<email>markus.theil@tu-ilmenau.de</email>
</author>
<published>2017-11-08T22:10:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=91c07aa301b90de80612c29b4980cc3a612698f6'/>
<id>91c07aa301b90de80612c29b4980cc3a612698f6</id>
<content type='text'>
Signed-off-by: Markus Theil &lt;markus.theil@tu-ilmenau.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Markus Theil &lt;markus.theil@tu-ilmenau.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
